home *** CD-ROM | disk | FTP | other *** search
- /*
- Exceptions.c
-
- C++ style exception handling.
-
- Part of PatchWorks, the Extension Development Framework.
-
- by Mouse Herrell & Patrick Beard.
-
- Permission is granted to use this source code for any purpose, as long
- as the copyright notice is maintained.
-
- © 1992 Berkeley Systems, Inc.
- */
-
- #include "Exceptions.h"
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- int theException = 0;
- ExceptionFrame* theFrame = nil;
-